home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / midaswww-1.0 / midas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-16  |  199 b   |  8 lines

  1. #include "midaslist.h"
  2. #include "midasoperand.h"
  3.  
  4. MidasOperand MidasGetIngot();
  5. MidasOperand MidasConvertFromInteger();
  6. MidasOperand MidasConvertFromString();
  7. MidasOperand MidasConvertFromBoolean();
  8.